home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / winlib-0.0 / winlib-0 / win / config.h.in < prev    next >
Encoding:
Text File  |  1995-12-25  |  1.8 KB  |  64 lines

  1. /*
  2.  * Configurated changes for WinLIB
  3.  * Automatigically created by Configure
  4.  */
  5.  
  6. /* ------------------------------------------------------------------------- */
  7. /* DEBUG
  8.  *
  9.  * Enable or disable debugging?  Debugging can be a bit on the verbose side,
  10.  * and may fill up your screen.  On the other hand it may be very useful in
  11.  * helping fix bugs, so for the most part, this may be added.  :)
  12.  */
  13. $0
  14.  
  15. /* MOUSE_COORD
  16.  *
  17.  * Enable or disable mouse coordinate information display.  This is usually
  18.  * good during programming.  This can be turned on or off within WinLIB, so
  19.  * I wouldn't worry too much about it.
  20.  */
  21. $1
  22.  
  23. /* COLOR_SUPPORT
  24.  *
  25.  * Enable or disable color support?  This will allow your users to use the
  26.  * color bar window (internal) and allow them to change colors within your
  27.  * program.  This is usually a good idea.
  28.  */
  29. $2
  30.  
  31. /* SOUND_SUPPORT
  32.  *
  33.  * Enable or disable sound support?  This will allow you to assign different
  34.  * sounds to different actions that WinLIB performs.  This must be assigned
  35.  * at the beginning of the program.
  36.  */
  37. $3
  38.  
  39. /* WAVFILE
  40.  *
  41.  * This is the program used when generating any wav sound files.  This is
  42.  * used within the library to generate sound for actions related to the
  43.  * library.  This is generally found automatically.
  44.  *
  45.  * Keep in mind that some forms of Microsoft Windows sound capture programs
  46.  * and Windows 95 doesn't create correctly formatted .WAV files, and
  47.  * therefore, the "play" program may not do what you want.
  48.  */
  49. $4
  50.  
  51. /* USE_DEV_AUDIO
  52.  *
  53.  * If you're using Linux, you can use the /dev/audio device to play
  54.  * Sun Audio files.  WinLIB fully supports use of this device.  This device
  55.  * is highly recommended for use than using the .WAV file device.
  56.  */
  57. $5
  58.  
  59. /* SOUND_ADDRESS
  60.  *
  61.  * This is the address of your system.  This is the IP address of where you
  62.  * are running the sound server. */
  63. $6
  64.